home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Wired for Sound Pro
/
Wired for Sound Pro CD (Aristosoft, Inc.) (1993).ISO
/
wfscdset
/
fixpaths.bat
< prev
next >
Wrap
DOS Batch File
|
1993-11-01
|
2KB
|
47 lines
copy %1.inf %1.old
copy %1.inf %1.1
fixinf "[Button Sounds]" sounds\commands < %1.1 > %1.2
fixinf "[Icon Sounds]" sounds\icons < %1.2 > %1.1
fixinf "[Human Sounds]" sounds\humansnd < %1.1 > %1.2
fixinf "[Funny Sounds]" sounds\funnysnd < %1.2 > %1.1
fixinf "[Phrase Sounds]" sounds\phrases < %1.1 > %1.2
fixinf "[Classical MIDI]" music\clsclmid < %1.2 > %1.1
fixinf "[Jazz MIDI]" music\jazzmid < %1.1 > %1.2
fixinf "[Misc. MIDI]" music\miscmid < %1.2 > %1.1
fixinf "[R & B MIDI]" music\r_bmid < %1.1 > %1.2
fixinf "[New Age MIDI]" music\nwagemid < %1.2 > %1.1
fixinf "[Pleasant MIDI]" music\plsntmid < %1.1 > %1.2
fixinf "[Beethoven MIDI]" music\bethoven < %1.2 > %1.1
fixinf "[Bach MIDI]" music\bach < %1.1 > %1.2
fixinf "[Long Classical MIDI]" music\classics < %1.2 > %1.1
fixinf "[Handel MIDI]" music\handel < %1.1 > %1.2
fixinf "[Mozart MIDI]" music\mozart < %1.2 > %1.1
fixinf "[Tchaikovsky MIDI]" music\tchkvsky < %1.1 > %1.2
fixinf "[Vivaldi MIDI]" music\vivaldi < %1.2 > %1.1
fixinf "[Foo]" foo\bar < %1.1 > %1.2
fixinf "[Star Trek Stubs]" sounds\startrek < %1.2 > %1.1
fixinf "[Job Saver Sounds]" sounds\jobsaver < %1.1 > %1.2
fixinf "[Foo]" foo < %1.2 > %1.1
fixinf "[Animal Sounds]" sounds\animals < %1.1 > %1.2
fixinf "[Cartoon Sounds]" sounds\cartoon < %1.2 > %1.1
fixinf "[Destructive Sounds]" sounds\destruct < %1.1 > %1.2
fixinf "[Drums and Cymbals]" sounds\drums < %1.2 > %1.1
fixinf "[Equipment Sounds]" sounds\equpment < %1.1 > %1.2
fixinf "[People Sounds]" sounds\humsnds < %1.2 > %1.1
fixinf "[Illness Sounds]" sounds\illsnds < %1.1 > %1.2
fixinf "[Impact Sounds]" sounds\impacts < %1.2 > %1.1
fixinf "[Musical Sounds]" sounds\music < %1.1 > %1.2
fixinf "[Popping Sounds]" sounds\pops < %1.2 > %1.1
fixinf "[Nuts & Bolts]" sounds\nutsnds < %1.1 > %1.2
fixinf "[Sports Sounds]" sounds\sports < %1.2 > %1.1
fixinf "[Ripping and Tearing]" sounds\riptear < %1.1 > %1.2
fixinf "[Word Sounds]" sounds\words < %1.2 > %1.1
fixinf "[Misc. Sounds]" sounds\miscsnds < %1.1 > %1.2
fixinf "[Ringing Sounds]" sounds\bells < %1.2 > %1.1
fixinf "[Video Samples]" videos\samples < %1.1 > %1.2
fixinf "[Cursors]" cursors < %1.2 > %1.1
fixinf "[Patterns]" pictures\patterns < %1.1 > %1.2
copy %1.2 %1.inf
del %1.1
del %1.2